.container {
  box-sizing: border-box;
  max-height: calc(100vh - 1.75rem);
  max-width: 100%;
  width: calc(100vw - 150px);
  overflow-y: auto;
  padding: 1rem;
}

.toggle-container {
  height: 1.75rem;
  margin-left: 0.5rem;
}

.explorer {
  height: calc(100vh - 1.75rem);
  width: 100vw;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.md-padding__vertical {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
